home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 92
/
MOBICLIC 92.ISO
/
pc
/
DATA
/
INTRO
/
INTRO.dir
/
00005_Script_CLICK_ZAP
< prev
next >
Wrap
Text File
|
2007-02-21
|
393b
|
26 lines
global gLien
property pEtat
-----------------
on beginSprite me
pEtat = 0
end
-----------------
on mouseDown me
case(gLien) of
":":
gereClic()
"\":
if _key.optionDown then gereClic()
end case
end
---------------
on gereClic
case(pEtat) of
0:
pEtat = 1
_movie.go("FIN JEUNESSE")
1:
noting
end case
end
-----------